home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Chat & Communication / Digsby build 37 / digsby_setup.exe / lib / sre.pyo (.txt) < prev    next >
Python Compiled Bytecode  |  2008-10-13  |  347b  |  9 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyo (Python 2.5)
  3.  
  4. import warnings
  5. warnings.warn('The sre module is deprecated, please import re.', DeprecationWarning, 2)
  6. from re import *
  7. from re import __all__
  8. from re import _compile
  9.